home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Introducing the New Way to Shop From Home
/
Introducing the New Way to Shop From Home (Iceland Foods) (2003).iso
/
pc
/
MacStepbyStep.dxr
/
Internal_64_pizza2 increase quantity.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
2003-01-01
|
295 b
|
14 lines
on mouseDown
global gQuantity2, gList2Prod, gList2Quant
if gList2Prod = string("Tate & Lyle Granulated Sugar") then
nothing()
else
if gList2Quant = 0 then
nothing()
else
gQuantity2 = gQuantity2 + 1
member(70).text = string(gQuantity2)
end if
end if
end